<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
copyright: å››å·å…´èœ€å…¬è·¯å»ºè®¾å‘å±•æœ‰é™å…¬å¸
for: å…¬ç”¨ï¼ˆå¤´éƒ¨ã€åº•éƒ¨ï¼‰
data: 2017-05
*/
/* CSS Document */
/*
å¤´éƒ¨
*/
#header  {
	height: 60px;
	overflow: hidden;
}
#header .timer {
	font-size: 14px;
	color: #262626;
	line-height: 60px;
}
#header .form {
	width: 434px;
	height: 30px;
	margin: 15px 0 0 239px;
}
#header .form .tip {
	font-size: 14px;
	color: #262626;
	line-height: 30px;
}
#header .form .search {
	width: 348px;
	height: 28px;
	border: 1px solid #7d7d7d;
}
#header .form .search .text {
	width: 300px;
	height: 20px;
	padding: 4px 7px;
	font-size: 14px;
	color: #262626;
	line-height: 20px;
}
#header .form .search .submit {
	width: 33px;
	height: 28px;
	background-image: url(../images/headerSubmit.jpg);
}
#header .tools {
	height: 14px;
	font-size: 0;
	line-height: 14px;
	margin-top: 23px;
}
#header .tools, #header .tools a {
	color: #262626;
}
#header .tools a {
	font-size: 14px;
	display: inline-block;
}
#header .tools a:hover {
	color: #3b703b;
}
#header .tools .addFavorite {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #515151;
}

/*
æ¨ªå¹…
*/
#banner {
	height: 290px;
	background-image: url(../images/banner.jpg);
}

/*
å¯¼èˆª
*/
#nav {
	height: 46px;
	font-size: 0;
	text-align: center;
	background-image: url(../images/navBg.jpg);
}
#nav li {
	padding: 0 1px;
	float: left;
	position: relative;
}
#nav li.active {
	padding: 0;
	border-right: 1px solid #336133;
	border-left: 1px solid #608b60;
}
#nav li a {
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	display: block;
	padding: 0 14px;
}
/*#nav li a:hover,*/
#nav li.active &gt; a,
#nav li.current &gt; a {
	padding: 0 13px;
	border-right: 1px solid #608b60;
	border-left: 1px solid #336133;
	background-image: url(../images/navActive.jpg);
}
/*ä¸‹æ‹‰*/
#nav li ul {
	position: absolute;
	top: 46px;
	left: -2px;
	z-index: 1;
	width: 100%;
	display: none;
}
#nav li li {
	width: 100%;
	border-top: 1px solid #608b60;
	float: left;
}
#nav li li a {
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: none;
	background-color: #408141;
	padding: 0;
}
#nav li li a:hover {
	padding: 0;
	background-color: #326032;
	border-width: 0;
}


/*
åº•éƒ¨
*/
#footer {
	padding: 13px 0;
	background-color: #313131;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}</pre></body></html>